projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8abc6e0
)
gtkwidget: Fix typo in comment
author
Bastien Nocera
<hadess@hadess.net>
Tue, 14 Oct 2014 14:47:11 +0000
(16:47 +0200)
committer
Bastien Nocera
<hadess@hadess.net>
Tue, 21 Oct 2014 08:10:50 +0000
(10:10 +0200)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index ee4e316718ba110946dc433b49bf2effbecd499e..6690d429f12e40cd0f350dd088abb8912a2f2638 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-16701,7
+16701,7
@@
gtk_widget_init_template (GtkWidget *widget)
/* This will build the template XML as children to the widget instance, also it
* will validate that the template is created for the correct GType and assert that
- * there is no infin
a
te recursion.
+ * there is no infin
i
te recursion.
*/
if (!_gtk_builder_extend_with_template (builder, widget, class_type,
(const gchar *)g_bytes_get_data (template->data, NULL),